home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Arsenal Files 1
/
The Arsenal Files (Arsenal Computer).ISO
/
telecom
/
dp201.exe
/
SFTIMOUT.DTP
< prev
next >
Wrap
Text File
|
1991-08-22
|
2KB
|
51 lines
#
# SFTIMOUT.DTP - for use with DT_PATCH.EXE
#
# Copyright (C) 1991 DATASTORM TECHNOLOGIES, INC.
#
# All Rights Reserved
#
# Target File: PCPLUS.EXE version 2.01
#
# When performing software flow control (XON/XOFF), PROCOMM PLUS
# version 2.01 automatically clears an XOFF if no XON is seen within
# a specified amount of time. The default timeout period is 20
# seconds. In other words, if PROCOMM PLUS detects that it should halt
# transmission because it has seen an XOFF, the program will wait until
# an XON is received or 20 seconds elapse.
#
# This patch file can be used to update the XON wait period. The
# first value (following "O48437") is the number of seconds which can
# elapse (a value between 0 and 255). The second value (following
# ("O48437") is the number of 255-second periods you desire. As
# distributed, this patch file will increase the timeout to 60 seconds.
#
# If you desire a different value, edit this file (with a standard ASCII
# editor) and change the values as shown.
#
#
# Examples
#
# --------------------------------------------------------------
# | @PCPLUS.EXE ; Wait 100 seconds
# | =214016
# | O48437
# | 100
# | 0
# --------------------------------------------------------------
#
# --------------------------------------------------------------
# | @PCPLUS.EXE ; Wait 2805 seconds (255 + (10 * 255))
# | =214016
# | O48437
# | 255
# | 10
# --------------------------------------------------------------
#
#
@PCPLUS.EXE
=214016
O48437
60
0